LGF_DelayProgram (FB / 1.0.0)

Overview

Author: Simatic Systems Support

Short description

Blocking delay to increase/extent PLC Load to simulate program load.

Block Interface

LGF_DelayProgram (FB)
Time  delay   
    
   

Input parameter

IdentifierData type Default value Description
delayTime T#1MS Time by which the program is delayed

Functional description

The function extends the PLC cycle by the time specified at the delay input.
Thus makes it easy to simulate PLC program load by increasing the cycle time.


WARNING
The function achieves the cycle time extension by blocking the cycle for the specified time.
Use this only to simulate program load and not in productive environments.

Change log

Version & DateChange description
1.0.0SAG BG
19.05.2024First Release